nesting hierarchy - определение. Что такое nesting hierarchy
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое nesting hierarchy - определение

CLASS OF COMPUTIONAL PACKING OPTIMISATION PROCEDURE
Nesting algorithms

underling         
  • Career-oriented purposes can be diagrammed using a hierarchy describing how less important actions support a larger goal.
  • Maslow's hierarchy of human needs]]. This is an example of a hierarchy visualized with a triangle diagram.  The hierarchical aspect represented here is that needs at lower levels of the pyramid are considered more basic and must be fulfilled before higher ones are met.
  • tree]]. Diagrams like this exemplify [[organizational chart]]s.
  • sets]], the resulting ordering is a ''nested hierarchy''.
SYSTEM OF ELEMENTS WITH MULTIPLE LEVELS OR TIERS THAT ARE SUBORDINATED TO EACH OTHER
Containment hierarchy; Hierarchy member; Hierarchical relationship; Immediate subordinate; Immediate superior; Rooted hierarchy; Subordinate; Hierachy; Hierarchical; Hierarchichal; Heirarchy; Hierarchically; Hierarchies; Heirarchical; Hierarchism; Hierarchal structure; Hierarchical structure; Hiearchy; Heiarchy; Social hierarchies; Nested hierarchy; Hierarchie; Subordinates; Overlapping hierarchy; Branching hierarchy; Linear hierarchy; Flat hierarchy; Nested heirarchies; Position of authority; Hierachical; Underling; Hierarchic; Subsumptive containment hierarchy; Compositional containment hierarchy
(underlings)
You refer to someone as an underling when they are inferior in rank or status to someone else and take orders from them. You use this word to show that you do not respect someone.
...underlings who do the dirty work.
= minion
N-COUNT [disapproval]
hierarchy         
  • Career-oriented purposes can be diagrammed using a hierarchy describing how less important actions support a larger goal.
  • Maslow's hierarchy of human needs]]. This is an example of a hierarchy visualized with a triangle diagram.  The hierarchical aspect represented here is that needs at lower levels of the pyramid are considered more basic and must be fulfilled before higher ones are met.
  • tree]]. Diagrams like this exemplify [[organizational chart]]s.
  • sets]], the resulting ordering is a ''nested hierarchy''.
SYSTEM OF ELEMENTS WITH MULTIPLE LEVELS OR TIERS THAT ARE SUBORDINATED TO EACH OTHER
Containment hierarchy; Hierarchy member; Hierarchical relationship; Immediate subordinate; Immediate superior; Rooted hierarchy; Subordinate; Hierachy; Hierarchical; Hierarchichal; Heirarchy; Hierarchically; Hierarchies; Heirarchical; Hierarchism; Hierarchal structure; Hierarchical structure; Hiearchy; Heiarchy; Social hierarchies; Nested hierarchy; Hierarchie; Subordinates; Overlapping hierarchy; Branching hierarchy; Linear hierarchy; Flat hierarchy; Nested heirarchies; Position of authority; Hierachical; Underling; Hierarchic; Subsumptive containment hierarchy; Compositional containment hierarchy
n.
1.
Ecclesiastical government, ecclesiastical establishment.
2.
Body of ecclesiastical dignitaries.
3.
Scale of succession in ecclesiastical rank, system of sacred gradation.
4.
System of gradation (generally), order or succession of dignities.
Hierarchies         
  • Career-oriented purposes can be diagrammed using a hierarchy describing how less important actions support a larger goal.
  • Maslow's hierarchy of human needs]]. This is an example of a hierarchy visualized with a triangle diagram.  The hierarchical aspect represented here is that needs at lower levels of the pyramid are considered more basic and must be fulfilled before higher ones are met.
  • tree]]. Diagrams like this exemplify [[organizational chart]]s.
  • sets]], the resulting ordering is a ''nested hierarchy''.
SYSTEM OF ELEMENTS WITH MULTIPLE LEVELS OR TIERS THAT ARE SUBORDINATED TO EACH OTHER
Containment hierarchy; Hierarchy member; Hierarchical relationship; Immediate subordinate; Immediate superior; Rooted hierarchy; Subordinate; Hierachy; Hierarchical; Hierarchichal; Heirarchy; Hierarchically; Hierarchies; Heirarchical; Hierarchism; Hierarchal structure; Hierarchical structure; Hiearchy; Heiarchy; Social hierarchies; Nested hierarchy; Hierarchie; Subordinates; Overlapping hierarchy; Branching hierarchy; Linear hierarchy; Flat hierarchy; Nested heirarchies; Position of authority; Hierachical; Underling; Hierarchic; Subsumptive containment hierarchy; Compositional containment hierarchy
·pl of Hierarchy.

Википедия

Nesting algorithm

Nesting algorithms are used to make the most efficient use of material or space by evaluating many different possible combinations via recursion.

  1. Linear (1-dimensional): The simplest of the algorithms illustrated here. For an existing set there is only one position where a new cut can be placed – at the end of the last cut. Validation of a combination involves a simple Stock - Yield - Kerf = Scrap calculation.
  2. Plate (2-dimensional): These algorithms are significantly more complex. For an existing set, there may be as many as eight positions where a new cut may be introduced next to each existing cut, and if the new cut is not perfectly square then different rotations may need to be checked. Validation of a potential combination involves checking for intersections between two-dimensional objects.
  3. Packing (3-dimensional): These algorithms are the most complex illustrated here due to the larger number of possible combinations. Validation of a potential combination involves checking for intersections between three-dimensional objects.